KNOWN
BUGS
If debugging is the art of getting rid of bugs in a programm, programming
is the art of implementing them... ;-)
These are the known bugs of version 0.5.3:
- out of range error, wrong indicies printed (fixed in 0.5.4, hopefully)
- ! is equal to space (fixed in 0.5.4)
- errors of auto include subfunctions, error messages may be delayed.
please press return some times. (fixed in 0.5.4)
- besselj1, besselj0, bessely1, bessely0 wrong. (fixed in 0.5.4)
- ascii stream do not write space after numbers. (fixed in 0.5.4)
- type char can have values -127..128 (depend on the
compiler). In 0.5.4 char are allways unsigned char, 0...255
- recursion not okay (fixed in 0.5.4)
- memory management : a=cincarr(10,10); i=a; i[0,*]=255 *upps* (fixed in
0.6.0)
- f=farr(10); print(a[1:1]); --> Internal Error *outch* (fixed in 0.6.0)
- function svd changes it argument. svd_back_sub not okay (fixed in 0.6.1)
- remarks are not counted in files -> wrong line number by errors
(fixed in 0.6.1)
© 1995 by Bodo Junglas, Klaus Spanderen and Fabian Weis
- Last revised: April 23 1996